.caja h1{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 5px;
	background-color: green;
}
.caja p{
	margin: auto;
}